home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994…tember: Reference Library / Dev.CD Sep 94.toast / Periodicals / develop / develop Issue 11 / develop 11 code / Exceptions / Exceptions.build < prev    next >
Encoding:
Text File  |  1992-07-15  |  827 b   |  33 lines  |  [TEXT/MPS ]

  1.  
  2. #*********************************************************************
  3. #
  4. #    FILENAME
  5. #        Exceptions.build
  6. #
  7. #    DESCRIPTION
  8. #        This is an MPW script to build Exceptions.rsrc which can be
  9. #        pasted into Debugger Prefs with ResEdit.
  10. #
  11. #    COPYRIGHT
  12. #        Copyright © Apple Computer, Inc. 1991
  13. #        All rights reserved.
  14. #
  15. #    MODIFICATION HISTORY
  16. #        11/05/91    Sean Parent
  17. #            1) Created
  18. #    
  19. #*********************************************************************
  20.  
  21. Set COptions "-mbg off -opt full -r -warnings full"
  22. Export COptions
  23. Begin
  24.     Echo "Set Echo 1"
  25.     Make    -d Objects={Objects}            ∂
  26.             -d Targets={Targets}            ∂
  27.             -d Sources={Sources}            ∂
  28.             -d COptions='{COptions}'        ∂
  29.             -f Exceptions.rsrc.make            ∂
  30.             {Targets}Exceptions.rsrc
  31. End > {Objects}Exceptions.rsrc.makeout
  32. {Objects}Exceptions.rsrc.makeout
  33. Delete {Objects}Exceptions.rsrc.makeout